home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Download Tools / CD Post Remote.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2001-05-02  |  4.0 KB  |  58 lines

  1. ;InnoSetupVersion=1.3.25
  2. [Setup]
  3. AppName=CD Post
  4. AppVerName=CD Post 1.0 Beta
  5. AppId=CD Post
  6. AppVersion=0.10 Beta
  7. AppPublisher="CDPost.COM, Inc"
  8. AppPublisherURL=http://www.cdpost.com
  9. AppSupportURL=http://www.cdpost.com
  10. AppUpdatesURL=http://www.cdpost.com
  11. DefaultDirName={pf}\CDPost
  12. DefaultGroupName=CD Post
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. AllowNoIcons=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\CDPost.exe"; DestDir: "{app}"; Flags: restartreplace 
  21. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: restartreplace 
  22. Source: "{app}\ClickMon.dll"; DestDir: "{app}"; Flags: restartreplace 
  23. Source: "{app}\cdpcontext.htm"; DestDir: "{app}"; Flags: restartreplace 
  24. Source: "{app}\Context.dll"; DestDir: "{app}"; Flags: restartreplace regserver 
  25. [Registry]
  26. Root: HKCU; Subkey: "Software\CDPost"; Flags: uninsdeletekey 
  27. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\MenuExt\Download with CDPost"; ValueType: String; ValueData: "{app}\cdpcontext.htm"; Flags: uninsdeletekey 
  28. Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\MenuExt\Download With CDPost"; ValueName: "contexts"; ValueType: Dword; ValueData: "$22"; Flags: uninsdeletekey 
  29. Root: HKCU; Subkey: "Software\Netscape\Netscape Navigator\Automation Protocols"; ValueName: "http"; ValueType: String; ValueData: "CDPost.ClickMonitor"; Flags: uninsdeletekey dontcreatekey 
  30. Root: HKCU; Subkey: "Software\Netscape\Netscape Navigator\Automation Protocols"; ValueName: "ftp"; ValueType: String; ValueData: "CDPost.ClickMonitor"; Flags: uninsdeletekey dontcreatekey 
  31. Root: HKCU; Subkey: "PROTOCOLS\Name-Space Handler\http\CDPost.ClickMonitor"; Flags: uninsdeletekey dontcreatekey 
  32. Root: HKCU; Subkey: "PROTOCOLS\Name-Space Handler\ftp\CDPost.ClickMonitor"; Flags: uninsdeletekey dontcreatekey 
  33. Root: HKCR; Subkey: "PROTOCOLS\Name-Space Handler\http\CDPost.ClickMonitor"; Flags: uninsdeletekey dontcreatekey 
  34. Root: HKCR; Subkey: "PROTOCOLS\Name-Space Handler\ftp\CDPost.ClickMonitor"; Flags: uninsdeletekey dontcreatekey 
  35. Root: HKCR; Subkey: "CDPost.ClickMonitor"; Flags: uninsdeletekey noerror dontcreatekey 
  36. Root: HKCR; Subkey: "CDPost.Layout"; Flags: uninsdeletekey noerror dontcreatekey 
  37. Root: HKCR; Subkey: "CLSID\{{72CFF424-B60D-11D3-8934-00105A1C3F66}"; Flags: uninsdeletekey noerror dontcreatekey 
  38. Root: HKLM; Subkey: "CDPost.ClickMonitor"; Flags: uninsdeletekey noerror dontcreatekey 
  39. Root: HKLM; Subkey: "CDPost.Layout"; Flags: uninsdeletekey noerror dontcreatekey 
  40. Root: HKLM; Subkey: "CLSID\{{72CFF424-B60D-11D3-8934-00105A1C3F66}"; Flags: uninsdeletekey noerror dontcreatekey 
  41. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\CDPost.exe"; Flags: uninsdeletekey noerror dontcreatekey 
  42. Root: HKCR; Subkey: ".CDP"; ValueType: String; ValueData: "CDPost.Layout"; Flags: uninsdeletekey 
  43. Root: HKCR; Subkey: ".CDP"; ValueName: "Content Type"; ValueType: String; ValueData: "application/cdpost-layout"; Flags: uninsdeletekey 
  44. Root: HKCR; Subkey: "CDPost.Layout\DefaultIcon"; ValueType: String; ValueData: "{app}\CDPost.exe,2"; Flags: uninsdeletekey 
  45. Root: HKCR; Subkey: "CDPost.Layout\shell\open\command"; ValueType: String; ValueData: "{app}\CDPost.exe %1"; Flags: uninsdeletekey 
  46. Root: HKLM; Subkey: "Software\TimeSink, Inc.\AdGateway\Channels\CD Post"; ValueName: "ChannelID"; ValueType: Binary; ValueData: "08 43 44 20 50 6F 73 74 00 00 00 44 07 64 70 3F 1C 07 17 07 09 0C 0A 0E 17 31 07 64 70 3F 1C 07 74"; Flags: uninsdeletekey 
  47. [Run]
  48. Filename: "{app}\CDPost.exe"; Parameters: "/SETUP {srcexe}"; 
  49. [Icons]
  50. Name: "{userdesktop}\CD Post"; Filename: "{app}\CDPost.exe"; 
  51. Name: "{group}\CD Post"; Filename: "{app}\CDPost.exe"; 
  52. Name: "{group}\License"; Filename: "{app}\License.txt"; 
  53. [UninstallDelete]
  54. Type: files; Name: "{app}\Layout.dat"; 
  55. Type: files; Name: "{app}\clickmon.dll"; 
  56. Type: files; Name: "{app}\cdpcontext.htm"; 
  57. Type: files; Name: "{app}\contex.dll"; 
  58.